google.golang.org/protobuf/internal/impl.pointer.Int64 (method)

19 uses

	google.golang.org/protobuf/internal/impl (current package)
		codec_gen.go#L1807: 	v := *p.Int64()
		codec_gen.go#L1813: 	v := *p.Int64()
		codec_gen.go#L1838: 	*p.Int64() = int64(v)
		codec_gen.go#L1853: 	v := *p.Int64()
		codec_gen.go#L1863: 	v := *p.Int64()
		codec_gen.go#L2213: 	v := *p.Int64()
		codec_gen.go#L2219: 	v := *p.Int64()
		codec_gen.go#L2244: 	*p.Int64() = protowire.DecodeZigZag(v)
		codec_gen.go#L2259: 	v := *p.Int64()
		codec_gen.go#L2269: 	v := *p.Int64()
		codec_gen.go#L3979: 	v := *p.Int64()
		codec_gen.go#L3994: 	*p.Int64() = int64(v)
		codec_gen.go#L4009: 	v := *p.Int64()
		codec_gen.go#L4019: 	v := *p.Int64()
		merge_gen.go#L87: 	*dst.Int64() = *src.Int64()
		merge_gen.go#L91: 	v := *src.Int64()
		merge_gen.go#L93: 		*dst.Int64() = v
		pointer_unsafe.go#L94: func (p pointer) Int64() *int64                         { return (*int64)(p.p) }